Tenant

data class Tenant(val id: TenantId, val displayName: String)

Tenant information associated with a Passkey. A Tenant represents an organization in the Beyond Identity Cloud and serves as a root container for all other cloud components in your configuration.

Constructors

Link copied to clipboard
fun Tenant(id: TenantId, displayName: String)

Properties

Link copied to clipboard

The display name of the tenant.

Link copied to clipboard

The unique identifier of the tenant.